home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / Found / FWString / MacMake.bmk < prev    next >
Encoding:
Text File  |  1996-09-17  |  1.4 KB  |  58 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                MacMake.bmk
  4. #    Release Version:    $ ODF 2 $
  5. #
  6. #    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. #
  8. #========================================================================================
  9.  
  10. __ComponentName = ODFString
  11.  
  12. __ComponentSignature = 'odf '
  13.  
  14. __IncludeDirs = ∂
  15.     -i "{ODF}Found:FWCommon:" ∂
  16.     -i "{ODF}Found:FWDebug:"  ∂
  17.     -i "{ODF}Found:FWRunTyp:" ∂
  18.     -i "{ODF}Found:FWExcLib:" ∂
  19.     -i "{ODF}Found:FWStream:" ∂
  20.     -i "{ODF}Found:FWString:" ∂
  21.     -i "{ODF}Found:Layer:"
  22.  
  23. __FrameworkObjects = 
  24.  
  25. # Component is built from the Layer folder
  26.  
  27. __ComponentObjects = 
  28.  
  29. __ComponentSourcesFromIDL = ∂
  30.     "{_FWTargetDir}"FWTxtTyp.xh ∂
  31.     "{_FWTargetDir}"SLTxtRun.xh ∂
  32.     "{_FWTargetDir}"SLTxtRun.xih ∂
  33.     "{_FWTargetDir}"SLStrRun.xh ∂
  34.     "{_FWTargetDir}"SLStrRun.xih ∂
  35.  
  36.  
  37. #__ComponentResources =  "{_FWObjDir}"FWString.rsrc
  38.  
  39. __CFMInitFunction = ODF_STRING_CFMINIT
  40.     
  41. # directory dependency propagation
  42.  
  43. "{_FWObjDir}" ƒ ∂
  44.                 "{ODF}Found:FWCommon:" ∂
  45.                 "{ODF}Found:FWString:"
  46.  
  47. #####################################################################################
  48. # Dependencies
  49. #####################################################################################
  50.  
  51. "{_FWTargetDir}"SLStrRun.xh ƒ "{_FWTargetDir}"SLTxtRun.idl
  52.  
  53. "{_FWTargetDir}"SLStrRun.xih ƒ "{_FWTargetDir}"SLTxtRun.idl
  54.  
  55. "{_FWTargetDir}"FWTxtTyp.xh ƒ "{_FWTargetDir}"SLTxtTyp.idl
  56.  
  57.  
  58.